home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / graphics / qrt.lzh / ERRORS.DOC < prev    next >
Text File  |  1989-02-16  |  4KB  |  199 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.         
  8.                                  QRT ERROR CODES
  9.         
  10.         
  11.         
  12.         Illegal Parameter
  13.            
  14.            This error code no longer used.  See Undefined Parameter.
  15.            
  16.            
  17.         Too Few Parameters
  18.            
  19.            All the required parameters  were  not specified.  See the QRT
  20.            Language  Reference Guide for a list of required parameters to
  21.            this command.
  22.            
  23.            
  24.         Illegal Object Type
  25.            
  26.            QRT does not understand this primitive type.
  27.            
  28.            
  29.         Malloc Failure
  30.            
  31.            QRT was unable to allocate  enough  memory.  Either reduce the
  32.            object tree size, or run QRT on a machine with more memory.
  33.            
  34.            
  35.         Syntax Error
  36.            
  37.            Improper QRT syntax, such  as  a  BEGIN_BBOX  with no matching
  38.            END_BBOX.
  39.            
  40.            
  41.         Internal Error
  42.            
  43.            (May  be 'Programmer Confusion Error'  on some versions). This
  44.            error should never occur.  If  it  does,  either there is some
  45.            illegal value not caught  during  input parsing, or there is a
  46.            programming error in the QRT system.
  47.            
  48.            
  49.         File Error
  50.            
  51.            QRT couldn't open or close  the  output  file.  Check that the
  52.            file name adheres  to  the  naming  convention  used  for your
  53.            computer.
  54.            
  55.            
  56.  
  57.  
  58.  
  59.  
  60.         QRT Ray Tracer               Page 1                   Error Codes
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.         Pattern not found
  74.            
  75.            A pattern was attached to a  primitive,  but  this pattern was
  76.            never defined.
  77.            
  78.            
  79.         Pattern already defined
  80.            
  81.            Two patterns were defined with the same name.
  82.            
  83.            
  84.         No observer defined
  85.            
  86.            No observer was defined to QRT.
  87.            
  88.            
  89.         Undefined parameter
  90.            
  91.            QRT does not recognize this parameter  type.  Either it is not
  92.            legal, or not legal in this context.
  93.            
  94.            
  95.         World contains non-homogeneous object
  96.            
  97.            Error code not supported by this version of QRT.
  98.            
  99.            
  100.         An index of refraction is 0
  101.            
  102.            An object that is transparent has an index of refraction equal
  103.            to zero.
  104.            
  105.            
  106.         Illegal color_info value
  107.            
  108.            An object surface characteristic  was defined improperly. Most
  109.            take values in the range 0.00 to 1.00.
  110.            
  111.            
  112.         Parameter should be >= 0
  113.            
  114.            This parameter only takes values greater than zero, but it was
  115.            given a value less than zero.
  116.            
  117.            
  118.         Zero multiplier
  119.            
  120.            A pattern size multiplier is zero.  Use only positive values.
  121.            
  122.            
  123.  
  124.  
  125.  
  126.         QRT Ray Tracer               Page 2                   Error Codes
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.  
  139.         Undefined name
  140.            
  141.            An INSTANCE_OF primitive attempted  to use a name that was not
  142.            defined in the instance definition tree.
  143.            
  144.            
  145.         Left paren expected
  146.            
  147.            There should be a left parenthesis on this line.
  148.            
  149.            
  150.         Right paren expected
  151.            
  152.            There should be a right parenthesis on this line.
  153.            
  154.            
  155.         Illegal vector structure
  156.            
  157.            A  position  or  direction  vector  of  the  form  (x,y,z) was
  158.            specified improperly.
  159.            
  160.            
  161.         Illegal color triple
  162.            
  163.            A color triple of the form (r,g,b) was specified improperly.
  164.            
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.         QRT Ray Tracer               Page 3                   Error Codes
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.